projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ae617e
)
removed extra comma at end of enum
author
Seth Alves
<alves@src.gnome.org>
Sat, 20 Jun 1998 19:59:39 +0000
(19:59 +0000)
committer
Seth Alves
<alves@src.gnome.org>
Sat, 20 Jun 1998 19:59:39 +0000
(19:59 +0000)
gtk/gtkenums.h
patch
|
blob
|
history
diff --git
a/gtk/gtkenums.h
b/gtk/gtkenums.h
index 7d82d8958ff0131b8a45207962382c55fb9a2b53..c65bd8578f3598a4f21373324966db0b432454b7 100644
(file)
--- a/
gtk/gtkenums.h
+++ b/
gtk/gtkenums.h
@@
-187,7
+187,7
@@
typedef enum
{
GTK_RESIZE_PARENT, /* Pass resize request to the parent */
GTK_RESIZE_QUEUE, /* Queue resizes on this widget */
- GTK_RESIZE_IMMEDIATE
,
/* Perform the resizes now */
+ GTK_RESIZE_IMMEDIATE /* Perform the resizes now */
} GtkResizeMode;
/* signal run types */